Xen Security Modules: XSM
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 10:21:35 +0000 (11:21 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 10:21:35 +0000 (11:21 +0100)
commitd046f361dc937d8fc179cc2da168f571726cb5a0
tree578473169c1d081d7e3ed825d926377e4b8b9226
parent3d030c1164e2c7bfc4873368e14bae9cc0e23e16
Xen Security Modules: XSM
Signed-off-by: George Coker <gscoker@alpha.ncsc.mil>
31 files changed:
Config.mk
xen/Makefile
xen/Rules.mk
xen/arch/x86/domctl.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/mm.c
xen/arch/x86/mm/paging.c
xen/arch/x86/physdev.c
xen/arch/x86/platform_hypercall.c
xen/arch/x86/setup.c
xen/arch/x86/sysctl.c
xen/arch/x86/x86_32/entry.S
xen/arch/x86/x86_32/xen.lds.S
xen/arch/x86/x86_64/entry.S
xen/common/domain.c
xen/common/domctl.c
xen/common/event_channel.c
xen/common/grant_table.c
xen/common/kexec.c
xen/common/memory.c
xen/common/schedule.c
xen/common/sysctl.c
xen/common/xenoprof.c
xen/drivers/char/console.c
xen/include/public/xen.h
xen/include/xen/hypercall.h
xen/include/xsm/xsm.h [new file with mode: 0644]
xen/xsm/Makefile [new file with mode: 0644]
xen/xsm/dummy.c [new file with mode: 0644]
xen/xsm/xsm_core.c [new file with mode: 0644]
xen/xsm/xsm_policy.c [new file with mode: 0644]